docs: don't try to link to funcs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:02:57 +0000 (17:02 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:39 +0000 (18:57 -0500)
gtk/gtkmodules.h

index 4aca3606ea94e1294d4f89badbe3c1b9b369b9cb..fbc575c222a0a50990845d12736d3c2ff8422a27 100644 (file)
@@ -32,7 +32,7 @@ G_BEGIN_DECLS
  * @argc: (allow-none): GTK+ always passes %NULL for this argument
  * @argv: (allow-none) (array length=argc): GTK+ always passes %NULL for this argument
  *
- * Each GTK+ module must have a function gtk_module_init()
+ * Each GTK+ module must have a function gtk_module_init(<!-- -->)
  * with this prototype. This function is called after loading
  * the module.
  */
@@ -43,7 +43,7 @@ typedef void     (*GtkModuleInitFunc)        (gint        *argc,
  * GtkModuleDisplayInitFunc:
  * @display: an open #GdkDisplay
  *
- * A multihead-aware GTK+ module may have a gtk_module_display_init()
+ * A multihead-aware GTK+ module may have a gtk_module_display_init(<!-- -->)
  * function with this prototype. GTK+ calls this function for each
  * opened display.
  *